github.com/refraction-networking/utls.Conn.clientFinished (field)
10 uses
github.com/refraction-networking/utls (current package)
conn.go#L96: clientFinished [12]byte
conn.go#L1648: state.TLSUnique = c.clientFinished[:]
handshake_client.go#L98: hello.secureRenegotiation = c.clientFinished[:]
handshake_client.go#L628: if err := hs.sendFinished(c.clientFinished[:]); err != nil {
handshake_client.go#L641: if err := hs.sendFinished(c.clientFinished[:]); err != nil {
handshake_client.go#L926: copy(expectedSecureRenegotiation[:], c.clientFinished[:])
handshake_server.go#L113: if err := hs.readFinished(c.clientFinished[:]); err != nil {
u_handshake_client.go#L220: hello.secureRenegotiation = c.clientFinished[:]
u_handshake_client.go#L424: hello.secureRenegotiation = c.clientFinished[:]
u_tls_extensions.go#L1695: e.RenegotiatedConnection = uc.clientFinished[:]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |